home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / Writing.Dir / 00035_hideit.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  205 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite the clickOn to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite the clickOn to 1
  7.   updateStage()
  8.   go(the frame + 1)
  9. end
  10.